home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / get22.arc / GET22NEW.DOC < prev    next >
Text File  |  1991-05-28  |  5KB  |  87 lines

  1. File:GET22NEW.DOC  -  New features in GET.EXE  -  Copyright 1991 Bob Stephan
  2.  
  3.   This file summarizes the new and improved features in the various 
  4.   releases of GET Version 2 through Release 2.2.  If you have been using 
  5.   an older version of GET, you should read this file to find out what 
  6.   has been changed, and what has been added.  Any items of interest 
  7.   mentioned here are fully described in GET.DOC.
  8.  
  9.   Release 2.2:
  10.  
  11.      Release 2.2 really does try to put the string for GET Z "string"
  12.      in the true master environment, bypassing all copies of secondary
  13.      command processors.  It has been tested with DOS 3.3, DOS 4.01, 
  14.      DR DOS, and 4DOS, but it is a tricky business and there are no 
  15.      guarantees.  GET Z is the only command that tries to use the 
  16.      master environment.  All others, including GET ZE look for the 
  17.      environment of the command processor that is running the BATch file.
  18.      However with GET Z you can easily copy a string from the local 
  19.      environment to the master environment. Use with caution and test 
  20.      thoroughly on your system.
  21.  
  22.      Release 2.2 also adds Escape to the list of recognized string 
  23.        characters for GET S, and it treats ASCII 255 as sort of an 
  24.        upper-case space character.
  25.      GET Y will now take a drive argument, and returns 0 for a root 
  26.        directory with GET=\.
  27.      GET 7E now returns a code for the type of CPU chip.  The PC Model
  28.        function has been reassigned to GET AE.
  29.      GET.DOC has been considerably expanded, and it includes clearer
  30.        LICENSING information.  A smaller runtime version is available
  31.        for a minimum registration fee.
  32.  
  33.   Release 2.1b:
  34.  
  35.      Release 2.1b included some additional documentation.
  36.      There were no new features in either 2.1a or 2.1b.
  37.      
  38.   Release 2.1a:
  39.  
  40.      Release 2.1a gives better results when using the K, L, or Q 
  41.      commands on a hard disk with large partitions.  Release 2.1 could 
  42.      report misleading information for such disks.
  43.  
  44.   ******************  New features in Version 2 **********************
  45.  
  46.   1. The capacity of a disk.  GET Q works just like GET K.
  47.      Note that the extended command now divides the ERRORLEVEL by 100 
  48.      instead of 10 as it did in the previous version.  And if you need 
  49.      a different divisor you can use the # notation.
  50.   2. Timeout.  C, N, and S now have a timeout capability.
  51.   3. Directory existence.  The F command for GET Filesize can now be used to
  52.      determine whether a named directory exists.  
  53.   4. SURROGATES: The surrogate for extended keys was changed to { because 
  54.      4DOS treats the "back quote" (grave accent) as a special character
  55.      in BATch files.  GET now works with DR DOS and 4DOS.  In previous
  56.      versions of GET, the surrogate for extended keys had to be the first
  57.      character in the argument if it was present.  Now it can be any place
  58.      in the argument.  
  59.        A new surrogate for extended keys on the enhanced keyboard (101 
  60.      keys) has been added.  
  61.        A surrogate for the space character ASCII 32 was added.
  62.        A surrogate of ASCII 253 will suppress Control-C and Ctrl_Break.
  63.   5. The I command checks to see whether a key is in the buffer.
  64.   6. The L command gets the Volume Label of the specified
  65.      disk.  The LE command will compare the "string" argument with the 
  66.      label and set the ERRORLEVEL to indicate whether there is a match.
  67.   7. The length of a string for the S command can be specified, and a
  68.      pattern can be given to limit the types of characters entered.
  69.   8. W will reboot the computer as if the 3-finger salute was pressed.  
  70.      WE will reboot as if the computer was turned off then on again.  
  71.      If any characters are present as an argument, instead of rebooting,
  72.      GET will attempt to determine whether the preceding boot was warm 
  73.      or cold.
  74.   9. GET AE will return the ROM BIOS model byte.
  75.  10. VE will get/set the border color on a VGA or EGA monitor.
  76.  11. PE has a change to inactivate Print-Screen.
  77.  12. The new H command provides Date and Time information.
  78.  13. Z (Zap) accesses the real master environment. 
  79.  14. The Moving Text option is back in Version 2.2.
  80.  15. The U command will stack keys in the keyboard bUffer.  UE will
  81.      adjust NumLock, CapsLock, and Scroll Lock.
  82.  
  83.   What new features would you like?  Your comments, questions, and 
  84.   suggestions are always welcome.  See GET.DOC for information on how
  85.   to contact me.                           /Bob Stephan/
  86.                                             May 27, 1991
  87.